home *** CD-ROM | disk | FTP | other *** search
/ Visual Cafe 3 / Visual Cafe 3.ISO / Vcafe / Main.bin / LocaleElements_ar.java < prev    next >
Text File  |  1998-09-22  |  13KB  |  364 lines

  1. /*
  2.  * @(#)LocaleElements_ar.java    1.10 98/01/13
  3.  *
  4.  * (C) Copyright Taligent, Inc. 1996, 1997 - All Rights Reserved
  5.  * (C) Copyright IBM Corp. 1996, 1997 - All Rights Reserved
  6.  *
  7.  * Portions copyright (c) 1996 Sun Microsystems, Inc. All Rights Reserved.
  8.  *
  9.  *   The original version of this source code and documentation is copyrighted
  10.  * and owned by Taligent, Inc., a wholly-owned subsidiary of IBM. These
  11.  * materials are provided under terms of a License Agreement between Taligent
  12.  * and Sun. This technology is protected by multiple US and International
  13.  * patents. This notice and attribution to Taligent may not be removed.
  14.  *   Taligent is a registered trademark of Taligent, Inc.
  15.  *
  16.  * Permission to use, copy, modify, and distribute this software
  17.  * and its documentation for NON-COMMERCIAL purposes and without
  18.  * fee is hereby granted provided that this copyright notice
  19.  * appears in all copies. Please refer to the file "copyright.html"
  20.  * for further important copyright and licensing information.
  21.  *
  22.  * SUN MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE SUITABILITY OF
  23.  * THE SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
  24.  * TO THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
  25.  * PARTICULAR PURPOSE, OR NON-INFRINGEMENT. SUN SHALL NOT BE LIABLE FOR
  26.  * ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING OR
  27.  * DISTRIBUTING THIS SOFTWARE OR ITS DERIVATIVES.
  28.  *
  29.  */
  30.  
  31. /**
  32.  *
  33.  * Table of Java supplied standard locale elements
  34.  *
  35.  * automatically generated by java LocaleTool LocaleElements.java
  36.  *
  37.  * Date Created: Wed Aug 21 15:47:57  1996
  38.  *
  39.  *     Locale Elements and Patterns:  last update 10/23/96
  40.  *
  41.  *
  42.  */
  43.  
  44. // WARNING : the format of this file will change in the future!
  45.  
  46. package java.text.resources;
  47.  
  48. import java.util.ListResourceBundle;
  49.  
  50. public class LocaleElements_ar extends ListResourceBundle {
  51.     /**
  52.      * Overrides ListResourceBundle
  53.      */
  54.     public Object[][] getContents() {
  55.         return new Object[][] {
  56.             { "LocaleString", "ar_EG" }, // locale id based on iso codes
  57.             { "LocaleID", "0c01" }, // Windows id
  58.             { "ShortLanguage", "ara" }, // iso-3 abbrev lang name
  59.             { "ShortCountry", "EGY" }, // iso-3 abbrev country name
  60.             { "Languages", // language names
  61.                 new String[][] {
  62.                     { "ar", "\u0627\u0644\u0639\u0631\u0628\u064a\u0629" }
  63.                 }
  64.             },
  65.             { "Countries", // country names
  66.                 new String[][] {
  67.                     { "EG", "\u0645\u0635\u0631" }
  68.                 }
  69.             },
  70.             { "MonthNames",
  71.                 new String[] {
  72.                     "\u064a\u0646\u0627\u064a\u0631", // january
  73.                     "\u0641\u0628\u0631\u0627\u064a\u0631", // february
  74.                     "\u0645\u0627\u0631\u0633", // march
  75.                     "\u0623\u0628\u0631\u064a\u0644", // april
  76.                     "\u0645\u0627\u064a\u0648", // may
  77.                     "\u064a\u0648\u0646\u064a\u0648", // june
  78.                     "\u064a\u0648\u0644\u064a\u0648", // july
  79.                     "\u0623\u063a\u0633\u0637\u0633", // august
  80.                     "\u0633\u0628\u062a\u0645\u0628\u0631", // september
  81.                     "\u0623\u0643\u062a\u0648\u0628\u0631", // october
  82.                     "\u0646\u0648\u0641\u0645\u0628\u0631", // november
  83.                     "\u062f\u064a\u0633\u0645\u0628\u0631", // december
  84.                     "" // month 13 if applicable
  85.                 }
  86.             },
  87.             { "MonthAbbreviations",
  88.                 new String[] {
  89.                     "\u064a\u0646\u0627", // abb january
  90.                     "\u0641\u0628\u0631", // abb february
  91.                     "\u0645\u0627\u0631", // abb march
  92.                     "\u0623\u0628\u0631", // abb april
  93.                     "\u0645\u0627\u064a", // abb may
  94.                     "\u064a\u0648\u0646", // abb june
  95.                     "\u064a\u0648\u0644", // abb july
  96.                     "\u0623\u063a\u0633", // abb august
  97.                     "\u0633\u0628\u062a", // abb september
  98.                     "\u0622\u0643\u062a", // abb october
  99.                     "\u0646\u0648\u0641", // abb november
  100.                     "\u062f\u064a\u0633", // abb december
  101.                     "" // abb month 13 if applicable
  102.                 }
  103.             },
  104.             { "DayNames",
  105.                 new String[] {
  106.                     "\u0627\u0644\u0623\u062d\u062f", // Sunday
  107.                     "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", // Monday
  108.                     "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", // Tuesday
  109.                     "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", // Wednesday
  110.                     "\u0627\u0644\u062e\u0645\u064a\u0633", // Thursday
  111.                     "\u0627\u0644\u062c\u0645\u0639\u0629", // Friday
  112.                     "\u0627\u0644\u0633\u0628\u062a" // Saturday
  113.                 }
  114.             },
  115.             { "DayAbbreviations",
  116.                 new String[] {
  117.                     "\u062d", // abb Sunday
  118.                     "\u0646", // abb Monday
  119.                     "\u062b", // abb Tuesday
  120.                     "\u0631", // abb Wednesday
  121.                     "\u062e", // abb Thursday
  122.                     "\u062c", // abb Friday
  123.                     "\u0633" // abb Saturday
  124.                 }
  125.             },
  126.             { "AmPmMarkers",
  127.                 new String[] {
  128.                     "\u0635", // am marker
  129.                     "\u0645" // pm marker
  130.                 }
  131.             },
  132.             { "Eras",
  133.                 new String[] { // era strings
  134.                     "\u0642.\u0645",
  135.                     "\u0645"
  136.                 }
  137.             },
  138.             { "NumberPatterns",
  139.                 new String[] {
  140.                     "#,##0.###;#,##0.###-", // decimal pattern
  141.                     "'\u062c.\u0645.\u200f' #,##0.###;'\u062c.\u0645.\u200f' #,##0.###-", // currency pattern
  142.                     "#,##0%" // percent pattern
  143.                 }
  144.             },
  145.             { "CurrencyElements",
  146.                 new String[] {
  147.                     "\u062c.\u0645.\u200f", // local currency symbol
  148.                     "EGP", // intl currency symbol
  149.                     "." // monetary decimal separator
  150.                 }
  151.             },
  152.             { "DateTimePatterns",
  153.                 new String[] {
  154.                     "z hh:mm:ss a", // full time pattern
  155.                     "z hh:mm:ss a", // long time pattern
  156.                     "hh:mm:ss a", // medium time pattern
  157.                     "hh:mm a", // short time pattern
  158.                     "dd MMMM, yyyy", // full date pattern
  159.                     "dd MMMM, yyyy", // long date pattern
  160.                     "dd/MM/yyyy", // medium date pattern
  161.                     "dd/MM/yy", // short date pattern
  162.                     "{1} {0}" // date-time pattern
  163.                 }
  164.             },
  165.             { "DateTimeElements",
  166.                 new String[] {
  167.                     "7", // first day of week
  168.                     "1" // min days in first week
  169.                 }
  170.             },
  171.             { "CollationElements",
  172.                 // for AR_EG, the following additions are needed:
  173.                "& \u0361 = \u0640"
  174.                + "= \u064b"
  175.                + "= \u064c"
  176.                + "= \u064d"
  177.                + "= \u064e"
  178.                + "= \u064f"
  179.                + "= \u0650"
  180.                + "= \u0652"
  181.                + "= \u066d"
  182.                + "= \u06d6"
  183.                + "= \u06d7"
  184.                + "= \u06d8"
  185.                + "= \u06d9"
  186.                + "= \u06da"
  187.                + "= \u06db"
  188.                + "= \u06dc"
  189.                + "= \u06dd"
  190.                + "= \u06de"
  191.                + "= \u06df"
  192.                + "= \u06e0"
  193.                + "= \u06e1"
  194.                + "= \u06e2"
  195.                + "= \u06e3"
  196.                + "= \u06e4"
  197.                + "= \u06e5"
  198.                + "= \u06e6"
  199.                + "= \u06e7"
  200.                + "= \u06e8"
  201.                + "= \u06e9"
  202.                + "= \u06ea"
  203.                + "= \u06eb"
  204.                + "= \u06ec"
  205.                + "= \u06ed"
  206.                 // Numerics
  207.                + "& 0 < \u0660 < \u06f0"       // 0
  208.                + "& 1 < \u0661 < \u06f1"       // 1
  209.                + "& 2 < \u0662 < \u06f2"       // 2
  210.                + "& 3 < \u0663 < \u06f3"       // 3
  211.                + "& 4 < \u0664 < \u06f4"       // 4
  212.                + "& 5 < \u0665 < \u06f5"       // 5
  213.                + "& 6 < \u0666 < \u06f6"       // 6
  214.                + "& 7 < \u0667 < \u06f7"       // 7
  215.                + "& 8 < \u0668 < \u06f8"       // 8
  216.                + "& 9 < \u0669 < \u06f9"       // 9
  217.                 // Punctuations
  218.                + "& \u00b5 < \u060c"  // retroflex click < arabic comma
  219.                + "< \u061b"           // ar semicolon
  220.                + "< \u061f"           // ar question mark
  221.                + "< \u066a"           // ar percent sign
  222.                + "< \u066b"           // ar decimal separator
  223.                + "< \u066c"           // ar thousand separator
  224.                + "< \u06d4"           // ar full stop
  225.                 // Arabic script sorts after Z's
  226.                + "&  Z <  \u0621"
  227.                + "; \u0622"
  228.                + "; \u0623"
  229.                + "; \u0624"
  230.                + "; \u0625"
  231.                + "; \u0626"
  232.                + "< \u0627"
  233.                + "< \u0628"
  234.                + "< \u067e"
  235.                + "< \u0629"
  236.                + "= \u062a"
  237.                + "< \u062b"
  238.                + "< \u062c"
  239.                + "< \u0686"
  240.                + "< \u062d"
  241.                + "< \u062e"
  242.                + "< \u062f"
  243.                + "< \u0630"
  244.                + "< \u0631"
  245.                + "< \u0632"
  246.                + "< \u0698"
  247.                + "< \u0633"
  248.                + "< \u0634"
  249.                + "< \u0635"
  250.                + "< \u0636"
  251.                + "< \u0637"
  252.                + "< \u0638"
  253.                + "< \u0639"
  254.                + "< \u063a"
  255.                + "< \u0641"
  256.                + "< \u0642"
  257.                + "< \u0643"
  258.                + "< \u06af"
  259.                + "< \u0644"
  260.                + "< \u0645"
  261.                + "< \u0646"
  262.                + "< \u0647"
  263.                + "< \u0648"
  264.                + "< \u0649"
  265.                + "; \u064a"
  266.                + "< \u0670"
  267.                + "< \u0671"
  268.                + "< \u0672"
  269.                + "< \u0673"
  270.                + "< \u0674"
  271.                + "< \u0675"
  272.                + "< \u0676"
  273.                + "< \u0677"
  274.                + "< \u0678"
  275.                + "< \u0679"
  276.                + "< \u067a"
  277.                + "< \u067b"
  278.                + "< \u067c"
  279.                + "< \u067d"
  280.                + "< \u067f"
  281.                + "< \u0680"
  282.                + "< \u0681"
  283.                + "< \u0682"
  284.                + "< \u0683"
  285.                + "< \u0684"
  286.                + "< \u0685"
  287.                + "< \u0687"
  288.                + "< \u0688"
  289.                + "< \u0689"
  290.                + "< \u068a"
  291.                + "< \u068b"
  292.                + "< \u068c"
  293.                + "< \u068d"
  294.                + "< \u068e"
  295.                + "< \u068f"
  296.                + "< \u0690"
  297.                + "< \u0691"
  298.                + "< \u0692"
  299.                + "< \u0693"
  300.                + "< \u0694"
  301.                + "< \u0695"
  302.                + "< \u0696"
  303.                + "< \u0697"
  304.                + "< \u0699"
  305.                + "< \u069a"
  306.                + "< \u069b"
  307.                + "< \u069c"
  308.                + "< \u069d"
  309.                + "< \u069e"
  310.                + "< \u069f"
  311.                + "< \u06a0"
  312.                + "< \u06a1"
  313.                + "< \u06a2"
  314.                + "< \u06a3"
  315.                + "< \u06a4"
  316.                + "< \u06a5"
  317.                + "< \u06a6"
  318.                + "< \u06a7"
  319.                + "< \u06a8"
  320.                + "< \u06a9"
  321.                + "< \u06aa"
  322.                + "< \u06ab"
  323.                + "< \u06ac"
  324.                + "< \u06ad"
  325.                + "< \u06ae"
  326.                + "< \u06b0"
  327.                + "< \u06b1"
  328.                + "< \u06b2"
  329.                + "< \u06b3"
  330.                + "< \u06b4"
  331.                + "< \u06b5"
  332.                + "< \u06b6"
  333.                + "< \u06b7"
  334.                + "< \u06ba"
  335.                + "< \u06bb"
  336.                + "< \u06bc"
  337.                + "< \u06bd"
  338.                + "< \u06be"
  339.                + "< \u06c0"
  340.                + "< \u06c1"
  341.                + "< \u06c2"
  342.                + "< \u06c3"
  343.                + "< \u06c4"
  344.                + "< \u06c5"
  345.                + "< \u06c6"
  346.                + "< \u06c7"
  347.                + "< \u06c8"
  348.                + "< \u06c9"
  349.                + "< \u06ca"
  350.                + "< \u06cb"
  351.                + "< \u06cc"
  352.                + "< \u06cd"
  353.                + "< \u06ce"
  354.                + "< \u06d0"
  355.                + "< \u06d1"
  356.                + "< \u06d2"
  357.                + "< \u06d3"
  358.                + "< \u06d5"
  359.                + "< \u0651"
  360.             }
  361.         };
  362.     }
  363. }
  364.